From 05bd693b365f4c4502676e0fc286a81e25586d3a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Aug 2012 22:11:45 +0300 Subject: [PATCH] Fix last change in keyboard.c. --- src/keyboard.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 73fedc1b35f..bf3ef9ed6dd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1393,11 +1393,14 @@ command_loop_1 (void) Vdeactivate_mark = Qnil; +#if defined (HAVE_MOUSE) || defined (HAVE_GPM) + /* Don't ignore mouse movements for more than a single command loop. (This flag is set in xdisp.c whenever the tool bar is resized, because the resize moves text up or down, and would generate false mouse drag events if we don't ignore them.) */ ignore_mouse_drag_p = 0; +#endif /* If minibuffer on and echo area in use, wait a short time and redraw minibuffer. */ -- 2.30.2